vendor/golang.org/x/text/transform.Writer.n (field)
11 uses
	vendor/golang.org/x/text/transform (current package)
		transform.go#L216: 	n   int
		transform.go#L236: 	if w.n > 0 {
		transform.go#L239: 		n = copy(w.src[w.n:], data)
		transform.go#L240: 		w.n += n
		transform.go#L241: 		src = w.src[:w.n]
		transform.go#L249: 		if w.n == 0 {
		transform.go#L254: 			w.n = 0
		transform.go#L272: 				if w.n == 0 {
		transform.go#L275: 				w.n = m
		transform.go#L287: 			if w.n > 0 {
		transform.go#L297: 	src := w.src[:w.n]
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |